Skip to content

Add Copilot coding agent instructions#267

Merged
MPapst merged 2 commits intomainfrom
copilot/setup-copilot-instructions
Feb 27, 2026
Merged

Add Copilot coding agent instructions#267
MPapst merged 2 commits intomainfrom
copilot/setup-copilot-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 27, 2026

No .github/copilot-instructions.md existed, leaving Copilot without project-specific context for this repo.

Changes

  • .github/copilot-instructions.md — new file covering:
    • Repository layout (src/, tests/, samples/)
    • Tech stack: .NET 10, xUnit + AutoFixture + FluentAssertions + Moq, Newtonsoft.Json, central package management
    • Build/test commands (dotnet build/dotnet test targeting Papst.EventStore.slnx)
    • Coding conventions: nullable enabled, explicit usings, interface naming, InternalsVisibleTo pattern
    • Key abstractions (IEventStore, IEventStream, IEventStreamAggregator, [EventName]) with a quick-reference table
    • How [EventName] + the Roslyn source generator auto-register events at compile time
    • Step-by-step guide for adding a new backend implementation
    • PR guidelines (build gate, XML doc-comment style, Directory.Packages.props for new deps)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gh.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: MPapst <16494676+MPapst@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add Copilot coding agent instructions Feb 27, 2026
@MPapst MPapst marked this pull request as ready for review February 27, 2026 22:59
@MPapst MPapst merged commit 04e5abb into main Feb 27, 2026
1 check passed
@MPapst MPapst deleted the copilot/setup-copilot-instructions branch February 27, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants